devisualization.util.opengl.function_wrappers.v11

Undocumented in source.

Public Imports

devisualization.util.opengl.function_wrappers.v10
public import devisualization.util.opengl.function_wrappers.v10 : BindTextureTarget, InternalFormat;
derelict.opengl3.gl
public import derelict.opengl3.gl : glPolygonOffset, glIsTexture;

Members

Enums

CompressedTextureTargets2D
enum CompressedTextureTargets2D
Undocumented in source.
Primitives
enum Primitives
Undocumented in source.

Functions

glBindTexture
void glBindTexture(BindTextureTarget target, uint texture)
Undocumented in source. Be warned that the author may not have intended to support it.
glCopyTexImage1D
void glCopyTexImage1D(int level, InternalFormat internalFormat, int x, int y, int width)
Undocumented in source. Be warned that the author may not have intended to support it.
glCopyTexImage2D
void glCopyTexImage2D(CompressedTextureTargets2D target, int level, InternalFormat internalFormat, int x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
glCopyTexSubImage1D
void glCopyTexSubImage1D(int level, int xoffset, int x, int y, int width)
Undocumented in source. Be warned that the author may not have intended to support it.
glCopyTexSubImage2D
void glCopyTexSubImage2D(CompressedTextureTargets2D target, int level, int xoffset, int yoffset, int x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
glDeleteTextures
void glDeleteTextures(uint[] textures)
Undocumented in source. Be warned that the author may not have intended to support it.
glDeleteTextures
void glDeleteTextures(uint texture)
Undocumented in source. Be warned that the author may not have intended to support it.
glDrawArrays
void glDrawArrays(Primitives mode, int first, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
glDrawElements
void glDrawElements(Primitives mode, ubyte[] indices)
Undocumented in source. Be warned that the author may not have intended to support it.
glDrawElements
void glDrawElements(Primitives mode, ushort[] indices)
Undocumented in source. Be warned that the author may not have intended to support it.
glDrawElements
void glDrawElements(Primitives mode, uint[] indices)
Undocumented in source. Be warned that the author may not have intended to support it.
glGenTexture
uint glGenTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
glGenTextures
uint[] glGenTextures(int n)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta